type github.com/jackc/pgx/v5/pgtype.wrapInt16EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1466: 		return &wrapInt16EncodePlan{}, int16Wrapper(value), true
		pgtype.go#L1526: type wrapInt16EncodePlan struct {
		pgtype.go#L1530: func (plan *wrapInt16EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1532: func (plan *wrapInt16EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {